home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TINIEXPORTDLG / TINIEXPORTDLG.txt
Text File  |  2001-10-17  |  1KB  |  74 lines

  1. object IniExportDlg: TIniExportDlg
  2.   Left = 299
  3.   Top = 125
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = ' Export options:'
  7.   ClientHeight = 162
  8.   ClientWidth = 225
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OKBtn: TButton
  18.     Left = 34
  19.     Top = 126
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object CancelBtn: TButton
  28.     Left = 116
  29.     Top = 126
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 1
  35.   end
  36.   object GroupBox1: TGroupBox
  37.     Left = 24
  38.     Top = 16
  39.     Width = 177
  40.     Height = 96
  41.     Caption = ' What do you want to export? '
  42.     TabOrder = 2
  43.     object ExportCaptureOnly: TRadioButton
  44.       Left = 22
  45.       Top = 22
  46.       Width = 123
  47.       Height = 17
  48.       HelpContext = 685
  49.       Caption = 'Capture settings only'
  50.       Checked = True
  51.       TabOrder = 0
  52.       TabStop = True
  53.     end
  54.     object ExportHTMLOnly: TRadioButton
  55.       Left = 22
  56.       Top = 44
  57.       Width = 115
  58.       Height = 17
  59.       HelpContext = 686
  60.       Caption = 'HTML settings only'
  61.       TabOrder = 1
  62.     end
  63.     object ExportAll: TRadioButton
  64.       Left = 22
  65.       Top = 66
  66.       Width = 91
  67.       Height = 17
  68.       HelpContext = 687
  69.       Caption = 'All settings'
  70.       TabOrder = 2
  71.     end
  72.   end
  73. end
  74.